Set

Function

This API is used to set Channel > POE Power page parameters.

Request Message

ParameterRangeTypeDescription
total_power_value0-560intCustomize the total POE power value.

Sample:

POST /API/ChannelConfig/PoePower/Set HTTP/1.1
{
	"version": "1.0",
	"data": {
		"total_power_value":128
	}
}

Response Message

Sample:

HTTP/1.1 200 OK
Content-Type: application/json
{
	"result": "success",
	"data": {}
}

Error Code

See Response Messages Body and Common error_code for more information.